<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>$ALBUM_NAME ($ALBUM_IMAGES_COUNT images)</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>

<frameset rows="$ALBUM_HORZ_FILMSTRIP_FRAME_HEIGHT,*" border="0">
   <frame src="page01.htm" scrolling="yes" border="0">
   </frame>
   <frame src="image01.htm" name="images" border="0">
   </frame>
</frameset>
</html>